1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmSysUser
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmSysUser))
27         Me.Panel1 = New System.Windows.Forms.Panel
28         Me.Label2 = New System.Windows.Forms.Label
29         Me.Label1 = New System.Windows.Forms.Label
30         Me.PictureBox1 = New System.Windows.Forms.PictureBox
31         Me.GroupBox1 = New System.Windows.Forms.GroupBox
32         Me.cmdClose = New System.Windows.Forms.Button
33         Me.cmdEdit = New System.Windows.Forms.Button
34         Me.cmdremove = New System.Windows.Forms.Button
35         Me.cmdadd = New System.Windows.Forms.Button
36         Me.lstusers = New System.Windows.Forms.ListView
37         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
38         Me.cmdsearch = New System.Windows.Forms.Button
39         Me.txtsearch = New System.Windows.Forms.TextBox
40         Me.Panel1.SuspendLayout()
41         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
42         Me.GroupBox1.SuspendLayout()
43         Me.SuspendLayout()
44         
'
45         
'Panel1
46         
'
47         Me.Panel1.Controls.Add(Me.Label2)
48         Me.Panel1.Controls.Add(Me.Label1)
49         Me.Panel1.Controls.Add(Me.PictureBox1)
50         Me.Panel1.Location = New System.Drawing.Point(
6, 2)
51         Me.Panel1.Name =
"Panel1"
52         Me.Panel1.Size = New System.Drawing.Size(
378, 45)
53         Me.Panel1.TabIndex =
0
54         
'
55         
'Label2
56         
'
57         Me.Label2.AutoSize = True
58         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
59         Me.Label2.Location = New System.Drawing.Point(
55, 28)
60         Me.Label2.Name =
"Label2"
61         Me.Label2.Size = New System.Drawing.Size(
229, 13)
62         Me.Label2.TabIndex =
2
63         Me.Label2.Text =
"Add, Edit, Delete Existing User Profile Account"
64         
'
65         
'Label1
66         
'
67         Me.Label1.AutoSize = True
68         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
69         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
70         Me.Label1.Location = New System.Drawing.Point(
54, 3)
71         Me.Label1.Name =
"Label1"
72         Me.Label1.Size = New System.Drawing.Size(
207, 23)
73         Me.Label1.TabIndex =
1
74         Me.Label1.Text =
"System User Profiles"
75         
'
76         
'PictureBox1
77         
'
78         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
79         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
80         Me.PictureBox1.Name =
"PictureBox1"
81         Me.PictureBox1.Size = New System.Drawing.Size(
45, 38)
82         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
83         Me.PictureBox1.TabIndex =
0
84         Me.PictureBox1.TabStop = False
85         
'
86         
'GroupBox1
87         
'
88         Me.GroupBox1.Controls.Add(Me.cmdClose)
89         Me.GroupBox1.Controls.Add(Me.cmdEdit)
90         Me.GroupBox1.Controls.Add(Me.cmdremove)
91         Me.GroupBox1.Controls.Add(Me.cmdadd)
92         Me.GroupBox1.Controls.Add(Me.lstusers)
93         Me.GroupBox1.Controls.Add(Me.cmdsearch)
94         Me.GroupBox1.Controls.Add(Me.txtsearch)
95         Me.GroupBox1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
96         Me.GroupBox1.Location = New System.Drawing.Point(
6, 53)
97         Me.GroupBox1.Name =
"GroupBox1"
98         Me.GroupBox1.Size = New System.Drawing.Size(
485, 290)
99         Me.GroupBox1.TabIndex =
1
100         Me.GroupBox1.TabStop = False
101         Me.GroupBox1.Text =
"Select User Below"
102         
'
103         
'cmdClose
104         
'
105         Me.cmdClose.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
106         Me.cmdClose.Location = New System.Drawing.Point(
258, 256)
107         Me.cmdClose.Name =
"cmdClose"
108         Me.cmdClose.Size = New System.Drawing.Size(
80, 29)
109         Me.cmdClose.TabIndex =
6
110         Me.cmdClose.Text =
"Close"
111         Me.cmdClose.UseVisualStyleBackColor = True
112         
'
113         
'cmdEdit
114         
'
115         Me.cmdEdit.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.cmdEdit.Location = New System.Drawing.Point(
172, 256)
117         Me.cmdEdit.Name =
"cmdEdit"
118         Me.cmdEdit.Size = New System.Drawing.Size(
80, 29)
119         Me.cmdEdit.TabIndex =
5
120         Me.cmdEdit.Text =
"Edit"
121         Me.cmdEdit.UseVisualStyleBackColor = True
122         
'
123         
'cmdremove
124         
'
125         Me.cmdremove.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
126         Me.cmdremove.Location = New System.Drawing.Point(
90, 256)
127         Me.cmdremove.Name =
"cmdremove"
128         Me.cmdremove.Size = New System.Drawing.Size(
80, 29)
129         Me.cmdremove.TabIndex =
4
130         Me.cmdremove.Text =
"Remove"
131         Me.cmdremove.UseVisualStyleBackColor = True
132         
'
133         
'cmdadd
134         
'
135         Me.cmdadd.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
136         Me.cmdadd.Location = New System.Drawing.Point(
6, 256)
137         Me.cmdadd.Name =
"cmdadd"
138         Me.cmdadd.Size = New System.Drawing.Size(
80, 29)
139         Me.cmdadd.TabIndex =
3
140         Me.cmdadd.Text =
"Add"
141         Me.cmdadd.UseVisualStyleBackColor = True
142         
'
143         
'lstusers
144         
'
145         Me.lstusers.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
146         Me.lstusers.FullRowSelect = True
147         Me.lstusers.GridLines = True
148         Me.lstusers.Location = New System.Drawing.Point(
6, 47)
149         Me.lstusers.Name =
"lstusers"
150         Me.lstusers.Size = New System.Drawing.Size(
473, 203)
151         Me.lstusers.SmallImageList = Me.ImageList1
152         Me.lstusers.StateImageList = Me.ImageList1
153         Me.lstusers.TabIndex =
2
154         Me.lstusers.UseCompatibleStateImageBehavior = False
155         Me.lstusers.View = System.Windows.Forms.View.Details
156         
'
157         
'ImageList1
158         
'
159         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
160         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
161         Me.ImageList1.Images.SetKeyName(
0, "Case close1.ico")
162         Me.ImageList1.Images.SetKeyName(
1, "gng16x16(8bit).ico")
163         
'
164         
'cmdsearch
165         
'
166         Me.cmdsearch.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.cmdsearch.Location = New System.Drawing.Point(
203, 18)
168         Me.cmdsearch.Name =
"cmdsearch"
169         Me.cmdsearch.Size = New System.Drawing.Size(
80, 23)
170         Me.cmdsearch.TabIndex =
1
171         Me.cmdsearch.Text =
"Search"
172         Me.cmdsearch.UseVisualStyleBackColor = True
173         
'
174         
'txtsearch
175         
'
176         Me.txtsearch.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
177         Me.txtsearch.Location = New System.Drawing.Point(
6, 20)
178         Me.txtsearch.MaxLength =
50
179         Me.txtsearch.Name =
"txtsearch"
180         Me.txtsearch.Size = New System.Drawing.Size(
191, 22)
181         Me.txtsearch.TabIndex =
0
182         
'
183         
'FrmSysUser
184         
'
185         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
186         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
187         Me.ClientSize = New System.Drawing.Size(
496, 345)
188         Me.Controls.Add(Me.GroupBox1)
189         Me.Controls.Add(Me.Panel1)
190         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
191         Me.MaximizeBox = False
192         Me.MinimizeBox = False
193         Me.Name =
"FrmSysUser"
194         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
195         Me.Text =
"System User"
196         Me.Panel1.ResumeLayout(False)
197         Me.Panel1.PerformLayout()
198         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
199         Me.GroupBox1.ResumeLayout(False)
200         Me.GroupBox1.PerformLayout()
201         Me.ResumeLayout(False)
202
203     End Sub
204     Friend WithEvents Panel1 As System.Windows.Forms.Panel
205     Friend WithEvents Label1 As System.Windows.Forms.Label
206     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
207     Friend WithEvents Label2 As System.Windows.Forms.Label
208     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
209     Friend WithEvents lstusers As System.Windows.Forms.ListView
210     Friend WithEvents cmdsearch As System.Windows.Forms.Button
211     Friend WithEvents txtsearch As System.Windows.Forms.TextBox
212     Friend WithEvents cmdClose As System.Windows.Forms.Button
213     Friend WithEvents cmdEdit As System.Windows.Forms.Button
214     Friend WithEvents cmdremove As System.Windows.Forms.Button
215     Friend WithEvents cmdadd As System.Windows.Forms.Button
216     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
217 End Class


Gõ tìm kiếm nhanh...